NONE = 0 | No underline. |
SINGLE_LINE = 1 | Single line. |
DOUBLE_LINE = 2 | Double line. |
DOTTED_LINE = 3 | Dotted line. |
DASHED_LINE = 4 | Dashed line. |
DOT_DASHED_LINE = 5 | Line with dot and dash. |
DOT_DOT_DASHED_LINE = 6 | Line with two dots and one dash. |
WAVE = 7 | Wave. |
WORDS = 8 | Words only. |
THICK_LINE = 9 | Thick line. |
WAVE_DOUBLE = 10 | Double wave. |